    body {
      font-family: 'Segoe UI', sans-serif;
      color: #444444;
      background-color: #ffffff;
    }

    .navbar {
      background-color: #ffffff;
    }

    .navbar-brand {
      color: #253858 !important;
      font-weight: 700;
    }

    .nav-link {
      color: #253858 !important;
    }

    .hero {
      background: #F3F6F9;
      padding: 60px 20px;
      text-align: left;
    }

    .hero h1 {
      font-size: 3.25rem;
      font-weight: 700;
      color: #fff;
    }

    .hero p {
      font-size: 1.25rem;
      margin: 20px 0;
      color:#04403b;
      font-weight: 600;
    }

    .btn-pcg {
      background-color: #04403b;
      color: #fff;
    }

    .btn-pcg:hover{
        background-color: #283f67;
        color: #fff;
    }


    .btn-outline-pcg {
      border: 2px solid #253858;
      color: #253858;
    }

    .btn-outline-pcg:hover {
      background-color: #253858;
      color: #fff;
    }

    .btn-pcg-our-focus{
      background-color: #0a9761;
      color: #253858;
    }

     .btn-pcg-our-focus:hover{
      background-color: #8ee0c1;
      color: #253858;
    }


    .section-title {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: left;
      color: #253858;
    }

   .heading-why-pcg {
    font-size: 3rem;
    font-weight: 700;
    margin: 0px auto;     
    color: #253858;
    text-align: center;
    border: 4px solid #0a9761;
    border-radius: 30px;
    width: 50%;
    border-color: #0a9761;
   box-shadow: 0 2px 5px #363131;
   padding-bottom: 8px;
}

 .section-title:after {
    content: "";
    width: 300px;
    height: 10px;
    display: block;
    position: relative;
    bottom: -8px;
    background:#253858;
    border-radius: 5px;
    text-align: center;
}

 .section-title-what-we-do {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: right;
      color: #253858;
    }

.section-title-what-we-do::after {
    content: "";
    width: 300px;
    height: 10px;
    display: block;
    background: #253858;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 8px; 
    text-align: center;
}


.section-title-our-focus{
    font-size: 3rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: left;
      color: #253858;
}

.section-title-our-focus::after{
    content: "";
    width: 370px;
    height: 10px;
    display: block;
    background: #253858;
    border-radius: 5px;
    text-align: center;

}

.para-pcg{
    color: #0a9761;
    font-weight: 700;
    font-size: 1.50rem;
}

.para-bw{
    color: #000;
    font-weight: 700;
    font-size: 1.50rem;
}



.our-focus-list{
    color: #0a9761;
    font-weight: 700;
    font-size: 1.25rem;
}

.para-pcg-right{
    color: #0a9761;
    font-weight: 700;
    font-size: 1.50rem;
    text-align: right;

}

    .footer {
      color: #fff;
      padding: 40px 0;
    }

    .footer h5 {
      color: #fff;
    }

    .footer a {
      color: #ffffff;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: none;
    }

     .social-icons a img{
    transition: color 0.3s;
    color: #fff;
    display: inline;
    top:10px;
    height: 15%;
    width: 15%;
} 

.social-icons a:hover {
  color: #8ee0c1;
} 


/* responsive */

@media screen and (max-width: 480px) {
  .hero h1 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }

     .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: left;
      color: #253858;
    }

     .section-title:after {
    content: "";
    width: 130px;
    height: 10px;
    display: block;
    position: relative;
    bottom: -8px;
    background:#253858;
    border-radius: 5px;
    text-align: center;
}

.para-pcg{
    color: #0a9761;
    font-weight: 700;
    font-size: 1rem;
}

 .section-title-what-we-do {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: right;
      color: #253858;
    }

.section-title-what-we-do::after {
    content: "";
    width: 130px;
    height: 10px;
    display: block;
    background: #253858;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 8px; 
    text-align: center;
}

.section-title-our-focus{
    font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: left;
      color: #253858;
}

.section-title-our-focus::after{
    content: "";
    width: 180px;
    height: 10px;
    display: block;
    background: #253858;
    border-radius: 5px;
    text-align: center;

}

   .heading-why-pcg {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0px auto;     
    color: #253858;
    text-align: center;
    border: 4px solid #0a9761;
    border-radius: 30px;
    width: 50%;
    border-color: #0a9761;
   box-shadow: 0 2px 5px #363131;
   padding-bottom: 5px;
}

.see-how-we-work{
  margin-top:1rem !important;
}

}



/* blogs */

.arrow-link {
    color: #2c2c2c;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1rem;
    background: 0 0;
    border: none;
    padding: 0;
    display: block;
    text-decoration: none;
}

.blog-heading {
   color: #2c2c2c;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    margin-top: 1rem;
    background: 0 0;
    border: none;
    padding: 0;
    display: block;
}

.card {
  display: flex;
  flex-direction: column;
}

.card .read-more {
  margin-top: auto; /* Push "Read more" to the bottom */
}

.input-search-style{
  height: 50px;
  border-radius: 20px;
  border: 5px solid;
}

.fw-yellow{
  color:#00f52d !important;
  font-weight: 800;
}


